Skip to content

feat(review): make the PR-review skill the default reviewer#675

Merged
potiuk merged 1 commit into
apache:mainfrom
potiuk:feat/review-skill-default
Jul 2, 2026
Merged

feat(review): make the PR-review skill the default reviewer#675
potiuk merged 1 commit into
apache:mainfrom
potiuk:feat/review-skill-default

Conversation

@potiuk

@potiuk potiuk commented Jul 2, 2026

Copy link
Copy Markdown
Member

What & why

Makes pr-management-code-review the default path for PR code review —
both when developing this repo (dogfooding) and for adopters — so reviews
are posted as inline comments anchored to file:line, presented
individually for accept/skip
, instead of one aggregated summary comment.

The skill already implements the inline-picker-by-default behaviour
(Step 2.6); this change wires it in as the default and states it
explicitly, rather than adding new machinery.

Changes

  • AGENTS.md — new "Reviewing pull requests" note under Reusable
    skills
    : use pr-management-code-review for reviews in this repo; a
    body-only review is the explicit inline:off opt-out, never the default.
  • skills/setup/adopt.md (Step 11.2) — when an adopter installs the
    pr-management-* family, the setup flow injects the same default into
    their AGENTS.md (conditional on the family being taken; only
    meaningful with apache-magpie installed locally). Removed on unadopt
    with the rest of the adoption section.
  • skills/pr-management-code-review/SKILL.md (Step 2.6) — states
    inline comments are the default/preferred output and body-only requires
    inline:off. No renumbering, so the "Golden rules 7 and 8" refs stay valid.

Test plan

  • skill-and-tool-validate — no HARD failures.
  • skill-evals pytest — 143 pass.
  • doctoc + markdownlint + typos + lychee + placeholders — pass.

Route PR code review through the `pr-management-code-review` skill —
which already drafts findings as inline comments presented individually
for accept/skip — rather than an ad-hoc pass or a generic review command.

- AGENTS.md: dogfood the skill for reviews in this repo (new "Reviewing
  pull requests" note under Reusable skills).
- skills/setup/adopt.md: when an adopter installs the `pr-management-*`
  family, inject the same default into their AGENTS.md (conditional on
  the family being taken; only meaningful with magpie installed locally).
- skills/pr-management-code-review/SKILL.md: state explicitly that inline
  comments are the default/preferred output and body-only is the
  `inline:off` opt-out.
@potiuk potiuk merged commit 6d96932 into apache:main Jul 2, 2026
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant